3.169 \(\int \frac{1+x+x^2+x^3}{a-b x^4} \, dx\)

Optimal. Leaf size=124 \[ -\frac{\left (\sqrt{a}-\sqrt{b}\right ) \tan ^{-1}\left (\frac{\sqrt [4]{b} x}{\sqrt [4]{a}}\right )}{2 a^{3/4} b^{3/4}}+\frac{\left (\sqrt{a}+\sqrt{b}\right ) \tanh ^{-1}\left (\frac{\sqrt [4]{b} x}{\sqrt [4]{a}}\right )}{2 a^{3/4} b^{3/4}}-\frac{\log \left (a-b x^4\right )}{4 b}+\frac{\tanh ^{-1}\left (\frac{\sqrt{b} x^2}{\sqrt{a}}\right )}{2 \sqrt{a} \sqrt{b}} \]

[Out]

-((Sqrt[a] - Sqrt[b])*ArcTan[(b^(1/4)*x)/a^(1/4)])/(2*a^(3/4)*b^(3/4)) + ((Sqrt[
a] + Sqrt[b])*ArcTanh[(b^(1/4)*x)/a^(1/4)])/(2*a^(3/4)*b^(3/4)) + ArcTanh[(Sqrt[
b]*x^2)/Sqrt[a]]/(2*Sqrt[a]*Sqrt[b]) - Log[a - b*x^4]/(4*b)

_______________________________________________________________________________________

Rubi [A]  time = 0.242426, antiderivative size = 124, normalized size of antiderivative = 1., number of steps used = 9, number of rules used = 7, integrand size = 20, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.35 \[ -\frac{\left (\sqrt{a}-\sqrt{b}\right ) \tan ^{-1}\left (\frac{\sqrt [4]{b} x}{\sqrt [4]{a}}\right )}{2 a^{3/4} b^{3/4}}+\frac{\left (\sqrt{a}+\sqrt{b}\right ) \tanh ^{-1}\left (\frac{\sqrt [4]{b} x}{\sqrt [4]{a}}\right )}{2 a^{3/4} b^{3/4}}-\frac{\log \left (a-b x^4\right )}{4 b}+\frac{\tanh ^{-1}\left (\frac{\sqrt{b} x^2}{\sqrt{a}}\right )}{2 \sqrt{a} \sqrt{b}} \]

Antiderivative was successfully verified.

[In]  Int[(1 + x + x^2 + x^3)/(a - b*x^4),x]

[Out]

-((Sqrt[a] - Sqrt[b])*ArcTan[(b^(1/4)*x)/a^(1/4)])/(2*a^(3/4)*b^(3/4)) + ((Sqrt[
a] + Sqrt[b])*ArcTanh[(b^(1/4)*x)/a^(1/4)])/(2*a^(3/4)*b^(3/4)) + ArcTanh[(Sqrt[
b]*x^2)/Sqrt[a]]/(2*Sqrt[a]*Sqrt[b]) - Log[a - b*x^4]/(4*b)

_______________________________________________________________________________________

Rubi in Sympy [A]  time = 30.3221, size = 109, normalized size = 0.88 \[ - \frac{\log{\left (a - b x^{4} \right )}}{4 b} + \frac{\operatorname{atanh}{\left (\frac{\sqrt{b} x^{2}}{\sqrt{a}} \right )}}{2 \sqrt{a} \sqrt{b}} - \frac{\left (\sqrt{a} - \sqrt{b}\right ) \operatorname{atan}{\left (\frac{\sqrt [4]{b} x}{\sqrt [4]{a}} \right )}}{2 a^{\frac{3}{4}} b^{\frac{3}{4}}} + \frac{\left (\sqrt{a} + \sqrt{b}\right ) \operatorname{atanh}{\left (\frac{\sqrt [4]{b} x}{\sqrt [4]{a}} \right )}}{2 a^{\frac{3}{4}} b^{\frac{3}{4}}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  rubi_integrate((x**3+x**2+x+1)/(-b*x**4+a),x)

[Out]

-log(a - b*x**4)/(4*b) + atanh(sqrt(b)*x**2/sqrt(a))/(2*sqrt(a)*sqrt(b)) - (sqrt
(a) - sqrt(b))*atan(b**(1/4)*x/a**(1/4))/(2*a**(3/4)*b**(3/4)) + (sqrt(a) + sqrt
(b))*atanh(b**(1/4)*x/a**(1/4))/(2*a**(3/4)*b**(3/4))

_______________________________________________________________________________________

Mathematica [A]  time = 0.0919052, size = 203, normalized size = 1.64 \[ -\frac{\left (a^{3/4}+\sqrt{a} \sqrt [4]{b}+\sqrt [4]{a} \sqrt{b}\right ) \log \left (\sqrt [4]{a}-\sqrt [4]{b} x\right )}{4 a b^{3/4}}-\frac{\left (-a^{3/4}+\sqrt{a} \sqrt [4]{b}-\sqrt [4]{a} \sqrt{b}\right ) \log \left (\sqrt [4]{a}+\sqrt [4]{b} x\right )}{4 a b^{3/4}}+\frac{\left (\sqrt [4]{a} \sqrt{b}-a^{3/4}\right ) \tan ^{-1}\left (\frac{\sqrt [4]{b} x}{\sqrt [4]{a}}\right )}{2 a b^{3/4}}-\frac{\log \left (a-b x^4\right )}{4 b}+\frac{\log \left (\sqrt{a}+\sqrt{b} x^2\right )}{4 \sqrt{a} \sqrt{b}} \]

Antiderivative was successfully verified.

[In]  Integrate[(1 + x + x^2 + x^3)/(a - b*x^4),x]

[Out]

((-a^(3/4) + a^(1/4)*Sqrt[b])*ArcTan[(b^(1/4)*x)/a^(1/4)])/(2*a*b^(3/4)) - ((a^(
3/4) + Sqrt[a]*b^(1/4) + a^(1/4)*Sqrt[b])*Log[a^(1/4) - b^(1/4)*x])/(4*a*b^(3/4)
) - ((-a^(3/4) + Sqrt[a]*b^(1/4) - a^(1/4)*Sqrt[b])*Log[a^(1/4) + b^(1/4)*x])/(4
*a*b^(3/4)) + Log[Sqrt[a] + Sqrt[b]*x^2]/(4*Sqrt[a]*Sqrt[b]) - Log[a - b*x^4]/(4
*b)

_______________________________________________________________________________________

Maple [B]  time = 0.005, size = 171, normalized size = 1.4 \[{\frac{1}{4\,a}\sqrt [4]{{\frac{a}{b}}}\ln \left ({1 \left ( x+\sqrt [4]{{\frac{a}{b}}} \right ) \left ( x-\sqrt [4]{{\frac{a}{b}}} \right ) ^{-1}} \right ) }+{\frac{1}{2\,a}\sqrt [4]{{\frac{a}{b}}}\arctan \left ({x{\frac{1}{\sqrt [4]{{\frac{a}{b}}}}}} \right ) }-{\frac{1}{4}\ln \left ({1 \left ( -a+{x}^{2}\sqrt{ab} \right ) \left ( -a-{x}^{2}\sqrt{ab} \right ) ^{-1}} \right ){\frac{1}{\sqrt{ab}}}}-{\frac{1}{2\,b}\arctan \left ({x{\frac{1}{\sqrt [4]{{\frac{a}{b}}}}}} \right ){\frac{1}{\sqrt [4]{{\frac{a}{b}}}}}}+{\frac{1}{4\,b}\ln \left ({1 \left ( x+\sqrt [4]{{\frac{a}{b}}} \right ) \left ( x-\sqrt [4]{{\frac{a}{b}}} \right ) ^{-1}} \right ){\frac{1}{\sqrt [4]{{\frac{a}{b}}}}}}-{\frac{\ln \left ( b{x}^{4}-a \right ) }{4\,b}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  int((x^3+x^2+x+1)/(-b*x^4+a),x)

[Out]

1/4*(a/b)^(1/4)/a*ln((x+(a/b)^(1/4))/(x-(a/b)^(1/4)))+1/2*(a/b)^(1/4)/a*arctan(x
/(a/b)^(1/4))-1/4/(a*b)^(1/2)*ln((-a+x^2*(a*b)^(1/2))/(-a-x^2*(a*b)^(1/2)))-1/2/
b/(a/b)^(1/4)*arctan(x/(a/b)^(1/4))+1/4/b/(a/b)^(1/4)*ln((x+(a/b)^(1/4))/(x-(a/b
)^(1/4)))-1/4/b*ln(b*x^4-a)

_______________________________________________________________________________________

Maxima [F]  time = 0., size = 0, normalized size = 0. \[ \text{Exception raised: ValueError} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate(-(x^3 + x^2 + x + 1)/(b*x^4 - a),x, algorithm="maxima")

[Out]

Exception raised: ValueError

_______________________________________________________________________________________

Fricas [F(-2)]  time = 0., size = 0, normalized size = 0. \[ \text{Exception raised: NotImplementedError} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate(-(x^3 + x^2 + x + 1)/(b*x^4 - a),x, algorithm="fricas")

[Out]

Exception raised: NotImplementedError

_______________________________________________________________________________________

Sympy [A]  time = 1.95533, size = 187, normalized size = 1.51 \[ - \operatorname{RootSum}{\left (256 t^{4} a^{3} b^{4} - 256 t^{3} a^{3} b^{3} + t^{2} \left (96 a^{3} b^{2} - 96 a^{2} b^{3}\right ) + t \left (- 16 a^{3} b + 32 a^{2} b^{2} - 16 a b^{3}\right ) + a^{3} - 3 a^{2} b + 3 a b^{2} - b^{3}, \left ( t \mapsto t \log{\left (x + \frac{- 64 t^{3} a^{3} b^{3} + 48 t^{2} a^{3} b^{2} + 16 t^{2} a^{2} b^{3} - 12 t a^{3} b + 16 t a^{2} b^{2} - 4 t a b^{3} + a^{3} - 2 a^{2} b + a b^{2}}{a^{2} b - 2 a b^{2} + b^{3}} \right )} \right )\right )} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate((x**3+x**2+x+1)/(-b*x**4+a),x)

[Out]

-RootSum(256*_t**4*a**3*b**4 - 256*_t**3*a**3*b**3 + _t**2*(96*a**3*b**2 - 96*a*
*2*b**3) + _t*(-16*a**3*b + 32*a**2*b**2 - 16*a*b**3) + a**3 - 3*a**2*b + 3*a*b*
*2 - b**3, Lambda(_t, _t*log(x + (-64*_t**3*a**3*b**3 + 48*_t**2*a**3*b**2 + 16*
_t**2*a**2*b**3 - 12*_t*a**3*b + 16*_t*a**2*b**2 - 4*_t*a*b**3 + a**3 - 2*a**2*b
 + a*b**2)/(a**2*b - 2*a*b**2 + b**3))))

_______________________________________________________________________________________

GIAC/XCAS [A]  time = 0.217803, size = 392, normalized size = 3.16 \[ -\frac{{\rm ln}\left ({\left | b x^{4} - a \right |}\right )}{4 \, b} + \frac{\sqrt{2}{\left (\left (-a b^{3}\right )^{\frac{1}{4}} b^{2} - \sqrt{2} \sqrt{-a b^{3}} b + \left (-a b^{3}\right )^{\frac{3}{4}}\right )} \arctan \left (\frac{\sqrt{2}{\left (2 \, x + \sqrt{2} \left (-\frac{a}{b}\right )^{\frac{1}{4}}\right )}}{2 \, \left (-\frac{a}{b}\right )^{\frac{1}{4}}}\right )}{4 \, a b^{3}} + \frac{\sqrt{2}{\left (\left (-a b^{3}\right )^{\frac{1}{4}} b^{2} + \sqrt{2} \sqrt{-a b^{3}} b + \left (-a b^{3}\right )^{\frac{3}{4}}\right )} \arctan \left (\frac{\sqrt{2}{\left (2 \, x - \sqrt{2} \left (-\frac{a}{b}\right )^{\frac{1}{4}}\right )}}{2 \, \left (-\frac{a}{b}\right )^{\frac{1}{4}}}\right )}{4 \, a b^{3}} + \frac{\sqrt{2}{\left (\left (-a b^{3}\right )^{\frac{1}{4}} b^{2} - \left (-a b^{3}\right )^{\frac{3}{4}}\right )}{\rm ln}\left (x^{2} + \sqrt{2} x \left (-\frac{a}{b}\right )^{\frac{1}{4}} + \sqrt{-\frac{a}{b}}\right )}{8 \, a b^{3}} - \frac{\sqrt{2}{\left (\left (-a b^{3}\right )^{\frac{1}{4}} b^{2} - \left (-a b^{3}\right )^{\frac{3}{4}}\right )}{\rm ln}\left (x^{2} - \sqrt{2} x \left (-\frac{a}{b}\right )^{\frac{1}{4}} + \sqrt{-\frac{a}{b}}\right )}{8 \, a b^{3}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate(-(x^3 + x^2 + x + 1)/(b*x^4 - a),x, algorithm="giac")

[Out]

-1/4*ln(abs(b*x^4 - a))/b + 1/4*sqrt(2)*((-a*b^3)^(1/4)*b^2 - sqrt(2)*sqrt(-a*b^
3)*b + (-a*b^3)^(3/4))*arctan(1/2*sqrt(2)*(2*x + sqrt(2)*(-a/b)^(1/4))/(-a/b)^(1
/4))/(a*b^3) + 1/4*sqrt(2)*((-a*b^3)^(1/4)*b^2 + sqrt(2)*sqrt(-a*b^3)*b + (-a*b^
3)^(3/4))*arctan(1/2*sqrt(2)*(2*x - sqrt(2)*(-a/b)^(1/4))/(-a/b)^(1/4))/(a*b^3)
+ 1/8*sqrt(2)*((-a*b^3)^(1/4)*b^2 - (-a*b^3)^(3/4))*ln(x^2 + sqrt(2)*x*(-a/b)^(1
/4) + sqrt(-a/b))/(a*b^3) - 1/8*sqrt(2)*((-a*b^3)^(1/4)*b^2 - (-a*b^3)^(3/4))*ln
(x^2 - sqrt(2)*x*(-a/b)^(1/4) + sqrt(-a/b))/(a*b^3)